﻿body, html{overflow: visible !important;}

  @font-face {
    font-family: 'iconfont';
    src: url('iconfont.woff2?t=1683621559953') format('woff2'), url('iconfont.woff?t=1683621559953') format('woff'), url('iconfont.ttf?t=1683621559953') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 15px;
    font-weight: bold;
}

  *{border:0; margin:0; padding:0; outline:0; box-sizing:border-box;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,input,fieldset,legend,button,textarea,div,img{border:0 none; margin:0; padding:0; box-sizing:border-box; outline:0; font-family: 'Poppins', Arial, Helvetica, sans-serif; }/* font-family: 'Poppins',sans-serif;  */
body,textarea,input,button,select,keygen,legend{font-size: 14px;line-height: 24px;color:#666;outline:0;font-style: normal;}


h1,h2,h3,h4,h5,h6{font-weight:normal;}
em{font-style:normal;}
ul,li,ol{list-style:none;}

*, ::after, ::before {
	box-sizing: border-box;
}

/** 重置超链接元素 **/
a{text-decoration:none;color:#666;}
a:hover{color:#003f9e;}

/** 重置图片元素 **/
.fl{float:left;}
.fr{float:right;}
.l{ float:left;}
.r{ float:right;}

/** 重置表格元素 **/
table{border-collapse:collapse;}
.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both; overflow:hidden;}
.w1400{ width:1400px;max-width: 95%; margin:auto;}
.w1200{ width:1200px;max-width: 100%; margin:auto;}
.pd06{padding: 0 6%; box-sizing: border-box; }

.topbox{position: fixed; width: 100%; z-index: 99;}
.topgrey{background:#f0f0f0; padding:0.5% 0; font-size: 14px; line-height: 25px; color: #333;}
.topgrey2{background: rgba(255, 255, 255, 0.8);}
.top_bg{z-index: 9;-webkit-transition: 0.5s;transition: 0.5s;height: 100px;}
.top_h{}
.top_h .logo{}
.top_h .logo img{display: block;height:100px;padding: 20px 0;-webkit-transition:0.5s;transition:0.5s;display: none;}
.top_h .logo img.bs{display: block;}
.dh{}
.dh ul li{float: left;}
.dh ul li p a{display: block;line-height: 100px;font-size: 16px;position: relative;color: #333;padding: 0 30px;-webkit-transition:0.5s;transition:0.5s;}
.dh ul li p a i{font-size: 12px;padding-left: 5px;}
.dh ul li:hover p a{color: #003f9e;}
.dh ul li.on p a{color: #003f9e;}
.dh ul li{position: relative;z-index: 8;}
.dh ul li .dh_fl{position: absolute;left: 0;top: 100px;padding-top: 5px;display: none;min-width: 160px;}
.dh ul li .dh_fl ul{background: #fff;border-radius: 5px;box-shadow:0 0 10px rgba(0, 0, 0, 0.1);}
.dh ul li .dh_fl ul li{float: none;position: relative;}
.dh ul li .dh_fl ul li a{padding: 0 20px;font-size: 14px;line-height: 44px;color: #666;white-space: nowrap;display: flex;justify-content: space-between;align-items: center;}
.dh ul li .dh_fl ul li a i{padding-left: 20px;font-size: 12px;}
.dh ul li .dh_fl ul li a:hover{color:#003f9e;}
.dh ul li .dh_fl ul li .dh_fl{left: 100%;padding-left: 5px;top: 0;}

.top_ss{margin-left: 2%;}
.top_ss span.button{ display:block; width:30px; height:100px;font-size: 22px;line-height: 100px;text-align: center;color: #333; cursor:pointer;-webkit-transition:0.5s;transition:0.5s;}
.serach{position:fixed;left: 0; right:0px;top:0px;bottom: 0;z-index:10;display: none;}
.serach2{position:absolute;left: 0; right:0px;background:rgba(0, 0, 0, 0.7); top:0px;bottom: 0;overflow:hidden;z-index:10;display: flex;align-items: center;justify-content: center;}
.serach form{position: relative;width: 100px;max-width: 85%;border-bottom: 1px solid #fff;-webkit-transition:1s;transition:1s;}
.serach.on form{width: 1440px;}
.serach form input[type='text']{font-size:16px; width:100%; height:60px; line-height:60px;padding:0 40px 0 40px; color:#fff;background: none;}
.serach form input[type='text']::-webkit-input-placeholder {color:#fff;}
.serach form input[type='text']:-moz-placeholder{color:#fff;}
.serach form input[type='text']::-moz-placeholder{color:#fff;}
.serach form input[type='text']:-ms-input-placeholder{color:#fff;}
.serach form i{position: absolute;left: 0;top:0px;height:60px;font-size: 20px;line-height: 60px;text-align: center;color: #fff;}
.serach form a{position: absolute;right: 40px;top:0px;font-size: 16px;line-height: 60px;color: #fff;}
.serach form span{position: absolute;right: 0;top:0px;width: 24px;height:60px;cursor: pointer;}
.serach form span:before{content:""; position: absolute;left: 50%;top:50%;width: 24px;height:2px;background: #fff;margin: -1px 0 0 -12px;-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition:0.5s;transition:0.5s;border-radius: 2px;}
.serach form span:after{content:""; position: absolute;left: 50%;top:50%;width: 2px;height:24px;background: #fff;margin: -12px 0 0 -1px;-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition:0.5s;transition:0.5s;border-radius: 2px;}
.serach form span:hover:before{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
.serach form span:hover:after{-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.top_yy{z-index: 2;margin-left: 2%; padding: 30px 0;}  
.top_yy ul{ margin-right: -10%;}
.top_yy li{width: 40%; margin-right: 10%; float: left;}
.top_yy li img{width: 100%; display: block;}
.top_yy span{padding: 0 10px;font-size: 16px;line-height: 100px;color: #fff;display: block;cursor: pointer;-webkit-transition:0.5s;transition:0.5s;}
.top_yy span:after{content: "";float: right;border-top: 6px solid #fff;border-left: 5px solid transparent;border-right: 5px solid transparent;margin-left: 5px;margin-top: 47px;-webkit-transition:0.5s;transition:0.5s;}
.top_yy_xl{position: absolute;left:50%;top: 100px;background: #fff;display: none;padding: 10px 0;width: 100px;margin-left: -50px;border-radius: 0 0 5px 5px;border-top: 1px solid #eee;}
.top_yy_xl a{display: block;font-size: 14px;line-height: 30px;color: #666;text-align: center;}
.top_yy_xl a:hover{color: #003f9e;}

.head-t{overflow:hidden;transition:all 0.5s;color:#fff; margin-top:38px;}
.head-t a{color:#ffff;}
.head-t p{display:flex; align-items: center;}
.head-t p a{display:block;margin-right:13px;}
.head-t p a img{display:block;}
.head-t p a .al{display:block;}
.head-t p a .a2{display:none;}


.top_bg.on{background:rgba(255,255,255,1);box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.top_bg.on .top_h .logo img.bs{display: none;}
.top_bg.on .top_h .logo img.hs{display: block;}
.top_bg.on .dh ul li p a{color: #333;}
.top_bg.on .dh ul li:hover p a{color: #003f9e; font-weight: 600;}
.top_bg.on .top_ss span.button{color: #333;}
.top_bg.on .top_yy span{color: #333;}
.top_bg.on .top_yy span:after{border-top: 6px solid #333;}
.top_bg.on .head-t p a .al{display:none;}
.top_bg.on .head-t p a .a2{display:block;}

.top_bg.on2{background:rgba(255,255,255,1);box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.top_bg.on2 .top_h .logo img.bs{display: none;}
.top_bg.on2 .top_h .logo img.hs{display: block;}
.top_bg.on2 .dh ul li p a{color: #333;}
.top_bg.on2 .dh ul li:hover p a{color: #003f9e; font-weight: 600;}
.top_bg.on2 .top_ss span.button{color: #333;}
.top_bg.on2 .top_yy span{color: #333;}
.top_bg.on2 .top_yy span:after{border-top: 6px solid #333;}
.top_bg.on2 .head-t p a .al{display:none;}
.top_bg.on2 .head-t p a .a2{display:block;}

.top_bg.on3{top:0px;}

.sp_header, .sjj_nav{display: none;}

.banner{ width:100%; overflow:hidden;position:relative;}
.banner ul li a{display: block;height: 100%;}
.banner ul li .img{overflow: hidden;height: 100%;}
.banner ul li .img img{display:block;width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}
.banner ul li .txt{position: absolute;left:10%;bottom:45%;}
.banner ul li .txt .ml1{font-size:40px;line-height:60px;color: #fff;letter-spacing: 2px;}
.banner ul li .txt .ml2{font-size:26px;line-height: 36px;color: #cbcbcb;margin-top:3%;}
.banner ul li .txt .ml3{font-size: 18px;line-height: 24px;color: #fff;margin-top: 20px;}
.banner ul li.swiper-slide-active .txt .ml1{animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 0.5s;animation-delay: 0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.banner ul li.swiper-slide-active .txt .ml2{animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 1s;animation-delay: 1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.banner ul li.swiper-slide-active .txt .ml3{animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 1.5s;animation-delay: 1.5s; -webkit-animation-fill-mode:both;animation-fill-mode:both;}
.bandd{ position:absolute; left:0; bottom:25px!important; width:100%; text-align:center; z-index:5;display: flex;align-items: center;justify-content: center;}
.bandd .swiper-pagination-bullet{z-index:2;cursor:pointer;margin:0 6px!important;width:8px;height:8px;position:relative;-webkit-transition:0.5s;transition:0.5s;background:rgba(255, 255, 255, 0.8);opacity: 1!important;}
.bandd span.swiper-pagination-bullet-active{background:#003f9e;}
.bandd span.swiper-pagination-bullet-active:after{content: "";position: absolute;left: -6px;top: -6px;border: 1px solid #003f9e;width: 18px;height: 18px;border-radius: 50%;}
.banz,.bany{ position:absolute; top:50%; width:50px; height:50px;margin-top: -25px; opacity:0;  -webkit-transition:0.5s;transition:0.5s; cursor:pointer; z-index:5;font-size: 20px;line-height:50px;text-align: center;color: #fff;background: rgba(255, 255, 255, 0.4);border-radius: 50%;}
.banz{ left:5%;}
.bany{ right:5%;}
.banner:hover .banz,.banner:hover .bany{ opacity:1;}
.banner video{display:block; width:100%;height:auto;-o-object-fit: cover;object-fit: cover;}

@keyframes wave{
	0%{-webkit-transform:translateX(0);transform:translateX(0);}
	50%{-webkit-transform:translateX(50%);transform:translateX(50%);}
	100%{-webkit-transform:translateX(0);transform:translateX(0);}
}
@keyframes wave2{
	0%{-webkit-transform:translateX(0);transform:translateX(0);}
	50%{-webkit-transform:translateX(-50%);transform:translateX(-50%);}
	100%{-webkit-transform:translateX(0);transform:translateX(0);}
}

.intitle{text-align: center; font-weight: 600;}
.intitle .nyt{font-size: 110px; color: #efefef; text-transform: uppercase;}
.intitle .nybt{font-size:40px; color: #333;}
.intitle .nybt span{color:#003f9e;}
.inprobox{padding: 4% 0 2%; overflow: hidden;}
.inprobox ul{ margin-top:3%;}
.inprobox li{width: 14.2%; float: left; text-align: center; transition: 0.5s;}
.inprobox li .pimg{ transition: 0.5s;}
.inprobox li .pimg img{max-width: 100%; display: block; margin: auto;  transition: 0.5s;}
.inprobox li .pwz{font-size: 14px; font-weight: 600; color: #333; transition: 0.5s;}
.inprobox li:hover .pwz{transform: scale(1.1); -webkit-transform: scale(1.1);}
.inprobox li:hover .pimg img{ transform: rotateY(360deg) scale(1.1); transition: all 1.2s ease-in-out;}

.ldipss{overflow:hidden; padding-bottom:2%;}
.ldipss .swiper-father{position:relative; overflow:hidden; margin-top:2%;}
.ldipss .honor{padding-top:0%;}
.ldipss .honor .swiper-slide{border: 1px solid #eee; padding:2%; box-sizing: border-box;}
.ldipss .honor .swiper-slide img{width:100%; display: block;}
.ldipss .honor .swiper-slide p{font-size:16px;text-align:center;line-height:30px;padding:10px 0; color:#222; background: #f1f1f1; margin-top:20px;}
.ldipss .swiper-father .swiper-button-next,.ldipss .swiper-father .swiper-button-prev{width:45px;height:45px;text-align:center;box-sizing:border-box;}
.ldipss .swiper-father .swiper-button-next i,.ldipss .swiper-father .swiper-button-prev i{ line-height:45px }
.ldipss .swiper-father .swiper-button-next i img,.ldipss .swiper-father .swiper-button-prev i img{vertical-align:middle; width:100%;}
.ldipss .swiper-father .left{right:0;outline:medium; background:rgba(0,0,0,0.65);}
.ldipss .swiper-father .right{left:-0;outline:medium; background:rgba(0,0,0,0.65);}
.ldipss .swiper-father .left:hover i,.ldipss .swiper-father .right:hover i{color:#003f9e;}
.ldipss .swiper-pagination-bi{position:absolute;bottom:-15px;z-index:11;text-align:center; width:100%;}
.ldipss .swiper-pagination-bi .swiper-pagination-bullet{margin:0 5px;}
.ldipss .swiper-pagination-bullet{width:12px;height:12px;background:#bbb;border-radius:10px}
.ldipss .swiper-pagination-bullet-active{background:#003f9e;opacity:1;}
.ldipss .swiper-father .swiper-button-next::after,.ldipss .swiper-father .swiper-button-prev::after{display:none;}

/* 搜索容器样式，用于布局子元素*/.search-container {display:flex;align-items:center;/* 可根据需求调整间距等，比如设置下边距*/  margin-bottom:4%; justify-content: center;}
/* 标签样式，可自定义字体、颜色等*/.search-container label {font-size:22px;color:#003f9e;/* 类似示例中的蓝色文字颜色，可按需调整*/  margin-right:8px;}
/* 输入框样式*/.search-container input {width:600px;/* 输入框宽度，可根据需求调整*/ padding:0 8px;border:1px solid #ccc;border-radius:4px;font-size:14px;  line-height:70px;}
/* 按钮样式*/.confirm-btn {padding:0 35px;background-color:#003f9e;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:18px; line-height:70px; box-sizing: border-box;}
/* 按钮 hover 状态，增强交互反馈*/.confirm-btn:hover {background-color:#003f9e;}

.guanggaobox{padding: 3% 0; background: url(../img/bg1.jpg) no-repeat center; background-attachment: fixed;}
.guanggaobox .tbt{font-size: 40px; color: #fff; text-align: center; font-weight: 600; line-height: 66px;}
.guanggaobox .tbten{font-size:30px; color: #fff; text-align: center; font-weight: 600; line-height: 40px;}
.flex-left { display: flex; flex-wrap: wrap; justify-content: space-between;}
.shili-num{ margin-top: 4%;}
.shili-num ul{}
.shili-num ul li{display: flex; }
.shili-num ul li .iicon{}
.shili-num ul li .iicon img{max-width: 100%; display: block;}
.shili-num ul li .iitext{margin-left:4%;}
.shili-num ul li .iitext .num{display:flex;}
.shili-num ul li .iitext .num i{font-size:80px;line-height:42px;color:#fff;font-weight:bold; font-style: normal;}
.shili-num ul li .iitext .num sub{font-size:14px;color:#fff;line-height:18px;margin-left:5px;vertical-align:middle;bottom:0}
.shili-num ul li .iitext .num sub.zh{font-size:14px}
.shili-num ul li .iitext p{font-size:16px;line-height:28px;color:#fff;opacity:0.8;margin-top:20px}


.inabout_box{padding: 4% 0; overflow: hidden;}
.inabout_box_left{padding: 0 5%; width:50%; float: left; box-sizing: border-box;}
.inabout_box_left .in{width: 100%;}
.inabout_box_left .in img{max-width: 100%; display: block;}
.inabout_box_left .inabt{margin-top: 8%;}
.inabout_box_left .inabt{font-size: 40px;font-weight: 600; color: #333;}
.inabout_box_left .inabt span{color:#003f9e;}
.inabout_box_left .innywz{margin-top: 3%; font-size: 16px; line-height:30px; color:#666;}
.inabout_box_left .aico{margin-top: 4%;}
.inabout_box_left .aico ul{margin-right: -1%;}
.inabout_box_left .aico li{width: 15.4%; margin-right: 1%; background:#003f9e; text-align: center; padding: 1%; box-sizing: border-box; float: left;   transition: 0.5s;}
.inabout_box_left .aico li img{max-width: 100%; display: block; margin: auto;}
.inabout_box_left .aico li p{font-size:16px; color: #fff; line-height: 30px;}
.inabout_box_left .aico li:hover img{ transform: rotateY(360deg) scale(1.1); transition: all 1.2s ease-in-out}
.inabout_box_right{width: 45%; margin-left: 5%; float: right;}
.inabout_box_right img{width: 100%; display: block;}


/* 横幅整体容器样式*/.banner-section {background: url(../img/bg2.jpg) no-repeat;/* 模拟蓝色背景，可替换为实际背景图或更精准颜色值*/  color:#fff;padding:4% 0;/* 让内容水平居中*/  display:flex;justify-content:center;}
/* 内容包裹层，用于控制内部元素布局*/.banner-content {display:flex;align-items:center;justify-content:space-between;width:100%;/* 可根据页面布局需求调整最大宽度*/;}
/* 文字内容区域样式*/.text-box {flex:1;margin-right:40px;/* 与视频区域拉开间距*/;}
.text-box .year {font-size:42px;margin-bottom:2%; font-weight: 600;}
.text-box .year span{font-size: 30px; font-weight: 400;}
.text-box p {font-size:24px;line-height:1.6;}
/* 视频区域样式*/
.video-box {width:30%; position:relative;/* 可根据实际视频封面尺寸调整*/;}
.video-cover {position:relative;cursor:pointer;border:2px solid #fff;/* 模拟设计图中视频区域的白色边框*/;}
.video-cover img{width: 100%; display: block;}
.video-box .invico{position: absolute; text-align: center; top:45%; left:45%; transform: translate(-45%,-45%);}
.video-box .invico img{max-width: 100%; margin: 0 auto; cursor: pointer;}

.video-cover a{position: relative;}
/* .video-img {width:100%;display:block;opacity:0.8;* 让封面有一定灰度，类似设计图效果，可按需调整; position: relative;}
/* 播放按钮样式，这里用伪元素简单模拟，也可换成图标字体或图片
.play-btn::before {content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:20px solid #fff;}

.video-cover .sp{
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  left: 0;
  padding-bottom:88px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: 0.5s;
  }
.video-cover .sp span{display: flex;align-items: center;justify-content: center;width: 70px;height: 70px;border: 2px solid #000;border-radius: 50%;font-size: 30px;color: #000;text-align: center;position: relative;-webkit-transition: 0.5s;transition: 0.5s;cursor: pointer;}
.video-cover .sp span:after{content: '';display: block;position: absolute;left: -2px;right: -2px;bottom: -2px;top: -2px;border-radius: 50%;border: 4px solid;border-color: transparent;border-right-color: #000;-webkit-animation: runDot 2s infinite ease-in-out;animation: runDot 2s infinite ease-in-out;}
.video-cover .sp span:hover{color: #fff;background: #000;}
@-webkit-keyframes runDot{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}
@keyframes runDot{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.video-cover:hover .sp{opacity: 1;} */



.sp_tc_bg{ position:fixed; left:0;top:0; right:0; bottom:0; background:rgba(0,0,0,0.8); z-index:99; display:none;}
.sp_tc{position:absolute; left:50%;top:50%;}
.sp_tc iframe{ display:block; width:100%; height:100%;-o-object-fit: cover;object-fit: cover;}
.sp_tc_bg i{ position:absolute; right:20px; top:20px; width:35px; height:35px; background:url(../img/xzewm_gb.png) center no-repeat; cursor:pointer; z-index:1;background-size: 35px auto;}



.ypicbox{overflow: hidden;}
.ypicbox ul{}
.ypicbox li{width: 25%; float: left; position: relative;  transition: all 0.3s;}
.ypicbox li::after{content: '';display: block; position: absolute;left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s;
    z-index: 2;}
.ypicbox li .yimg{overflow: hidden;}
.ypicbox li .yimg img{width: 100%; display: block;  transition: all 0.3s; overflow: hidden;}
.ypicbox li .ytext{transition:all 0.3s;z-index:5;border-bottom:4px solid #003f9e;color:#fff;padding:8%;position:absolute;left:8%;right:8%;bottom:10%;visibility:visible;animation-delay:0.4s; box-sizing: border-box;}
.ypicbox li .ytext .en {font-size:18px;text-transform:uppercase;margin-bottom:10px;}
.ypicbox li .ytext .en .line {width:40px;height:1px;background:#fff;display:inline-block;margin-left:5px;}
.ypicbox li .ytext .zh{font-size: 30px; font-weight: 600;}
.ypicbox li .ytext .text {margin-top:8%;line-height:30px;font-size:16px;display:none;}
.ypicbox li:hover .ytext .text{display: block;}
.ypicbox li:hover .ytext{background:#003f9e;}
.ypicbox li:hover::after{background: rgba(0, 0, 0, 0.5);}
.ypicbox li:hover .yimg img{transform: scale(1.1); -webkit-transform: scale(1.1);filter: blur(10px);-webkit-filter: blur(10px);}

/* 页面整体模块样式*/
.page-section {margin:0 auto; padding: 4% 0; overflow: hidden;}
/* 左侧列样式*/
.page-section dl{ margin-top: 4%;}
.left-col {width:47%; float: left; margin-right:3%; position: relative;}
.left-col .product-img {width:100%;}
.left-col .product-img img{width: 100%; display: block;}
.left-col .img-desc {color:#fff;font-size:16px; background: rgba(0, 0, 0, 0.7); position: absolute; bottom: 0; padding: 2%; box-sizing: border-box; width: 100%; text-align: center;}
/* 右侧列样式*/
.right-col {float: right; width: 50%;}
.news-list {list-style:none;padding:0;margin:0;}
.news-item {padding:3%; background: #eaeaea; margin-bottom: 2%; box-sizing: border-box;}
/* 日期样式*/
.news-item a{display:flex;}
.date {display:flex;flex-direction:column;justify-content:center;align-items:center;color:#333;font-size:24px;margin-right:3%;text-align:center; line-height: 30px;}
.date span:first-child {font-size:18px;font-weight:bold;display:block;}
.date em{font-size: 18px;}

.news-text .nybt {font-size:16px;color:#333;margin:0 0 8px 0;font-weight:bold;cursor:pointer;transition:color 0.3s ease;}
.news-text .nybt:hover {color:#0052cc;}
.news-text p {font-size:14px;color:#666;margin:0;line-height:24px; display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;}
/* 响应式适配*/@media (max-width:768px) {
  .page-section {flex-direction:column;}
  .left-col,.right-col {flex:1 1 auto;align-items:center;}
  .news-item {flex-direction:column;align-items:flex-start;}
  .date {margin-bottom:10px;}
;}


.sy_lx_bg{padding:3% 0; overflow: hidden;background-size: cover; background: #f7fafc;}
.sy_lx_bg .txt{display: flex;align-items: center;justify-content: center;text-align: center;}
.sy_lx_bg .txt .txt2{max-width: 800px;}
.bots{overflow: hidden;}
.bots .t-center{text-align: center;padding-top:2%}
.bots .title{font-size: 32px;line-height: 1.85; margin-bottom:1% !important;}
.bots .ltitle{font-size: 14px;line-height: 25px;color:#777;margin-top: 5px;margin-bottom:0%;}
.bots .form{display: block; margin-right: -1%;}
.bots .tip{font-size: 14px;line-height: 22px;color:#fff;}
.bots .input{display: block;width: 98.5%;font-size: 14px;line-height: 32px;padding:8px 2.2%;color:#999;margin:2% 0 6% 0;box-sizing: border-box;border: 1px solid rgba(51, 51, 51, 0.3); background: none;}
.bots .input:focus{box-shadow: 0 0 10px rgba(0,0,0,0.08);}
.bots .br{border-radius: 5px;}
.bots .submit{line-height: 44px;height: 44px;padding:0 45px;display: inline-block;background-color: #003f9e;font-size: 15px;color: #fff;cursor: pointer;border: 0;}
.bots .submit:hover{background-color: #003f9e;}
.col-sm-6{width: 32.333%;float: left;box-sizing: border-box; margin-right:1%;}
.col-xs-12{box-sizing: border-box;}
.bots .col-xs-12 .input {margin-bottom: 0;}

footer{clear:both;margin:0px auto;padding:0px;background:url(../img/f_bg.jpg) no-repeat; background-size: cover;}
footer ul{list-style:none;padding:0px}
footer .foot-main{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;padding:4% 0px; border-bottom: 1px solid rgba(76, 76, 76, 1);}
footer .foot-main .footitem_left{width: 60%; border-right: 1px solid rgba(76, 76, 76, 1);}
footer .foot-main .footitem_left dl{ margin-right: -3%;}
footer .foot-main .footitem_left dd{width:22%; margin-right: 3%; float: left;}
footer .foot-main .footitem_left .footbt{margin-bottom: 3%;}
footer .foot-main .footitem_left .footbt a{font-size: 16px; font-weight: 600; line-height: 30px; margin-bottom: 3%; color: #fff;}
footer .foot-main .footitem_left p a{font-size: 14px; line-height: 35px; color: #b2b2b2;}
footer .foot-main .footitem_right{width: 40%; float: right;}
footer .foot-main .footitem_right ul{}
footer .foot-main .footitem_right li{width: 50%; float: left;}
footer .foot-main .footitem_right li .codeimg{margin: auto; width: 50%;}
footer .foot-main .footitem_right li .codeimg img{width: 100%; display: block;}
footer .foot-main .footitem_right li p{font-size: 14px; line-height: 35px; color: #b2b2b2; text-align: center;}
footer .foot-main .footitem_right li .contactbox{font-size: 14px;  color: #b2b2b2;}
footer .foot-main .footitem_right li .contactbox .conbt{font-size: 18px; margin-bottom: 2%; color: #fff;}
footer .foot-main .footitem_right li .contactbox p{font-size: 14px;  color:rgba(255, 255, 255, 0.5); text-align: left; line-height:30px;}


footer .foot-main .foot-item{width:10%}
footer .foot-title{font-size:22px;font-weight:500;margin-bottom:2%;text-transform:capitalize;color:#000000}
footer .foot-item.foot-info{width:30%;box-sizing:border-box;padding-right:3%}
footer .foot-touch .foot-inner{display:flex;margin-bottom:10px;align-items:flex-start;color:#4f4f4f}
footer .foot-touch .foot-inner .icon{width:20px;display:inline-flex;align-items:center;justify-content:center}
footer .foot-touch .foot-inner .icon em{width: 20px;}
footer .foot-touch .foot-inner .icon em img{width: 100%;}
footer .foot-touch .foot-inner .content{flex:1;padding-left:10px}
footer .foot-touch .foot-inner .content a{transition:all .1s linear}
footer .foot-touch .foot-inner .content:hover a{color:#003f9e}
footer .foot-touch .foot-inner .content span{margin-right:4px}
footer .foot-share{margin-top:20px}
footer .foot-share dl{display:flex;flex-wrap:wrap;margin-right: -10px;}
footer .foot-share dd a{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;transition:all .1s linear; margin-right: 10px;}
footer .foot-share dd a img{width:100%; display: block}
footer .foot-share dd a:hover{}
footer .foot-list{display:flex;flex-wrap:wrap}
footer .foot-list li{width:50%}
footer .foot-list li a{display:inline-block;padding:4px 0px;text-transform:capitalize;color:#4f4f4f}
footer .foot-list li a:hover{color:#003f9e}
footer .logo{display:block;margin-bottom:16px}
footer .logo img {width:auto;max-height:60px}
footer .foot-main .foot-item:nth-child(3){width:32%;}
footer .foot-categories .foot-list li{width:100%}
footer .foot-item.foot-code{width:12%}
footer .foot-code img{width:auto;height:140px}
footer .copyright{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;box-sizing:border-box;text-align:center;padding:1.5% 0;color:#b2b2b2;font-size:14px}
footer .copyright a{margin-left:10px}
footer .copyright a:hover{color:#003f9e}
footer .gotop{display:flex;justify-content:center;align-items:center;font-weight:var(--fontbold6);cursor:pointer;transform:rotate(180deg);opacity:0}
footer .gotop em{font-weight:var(--fontbold3);font-size:var(--fontsize20)!important;color:#FFFFFF;background:#003f9e;width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center}
  

.side {position:fixed;width:78px;right:0;top:50%;margin-top:-200px;z-index:100;border:1px solid #e0e0e0;background:#fff;border-bottom:0;}
.side ul li {width:78px;height:78px;float:left;position:relative;border-bottom:1px solid #e0e0e0;color:#333;font-size:14px;line-height:38px;text-align:center;transition:all .3s;cursor:pointer;}
.side ul li:hover {background:#005bac;color:#fff;}
.side ul li:hover a {color:#fff;}
.side ul li i {height:25px;margin-bottom:1px;display:block;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:auto 25px;margin-top:14px;transition:all .3s;}
.side ul li i.bgs1 {background-image:url(../img/right_pic5.png);}
.side ul li i.bgs2 {background-image:url(../img/right_pic1.png);}
.side ul li .kfdh {position:absolute;right:79px;top:0px;width:170px;text-align:left;padding:15px 25px;line-height:23px;overflow:hidden;visibility:hidden;opacity:0;transition:all 0.3s;border:1px solid #eee;background:#FFF;font-size:15px;color:#333;box-sizing:border-box;}
.side ul li:hover .kfdh {visibility:visible;opacity:1;}
.side ul li .weixi {position:absolute;right:79px;top:0px;width:150px;text-align:center;padding:15px 25px;line-height:23px;overflow:hidden;visibility:hidden;opacity:0;transition:all 0.3s;border:1px solid #eee;background:#FFF;font-size:15px;color:#333;}
.side ul li .weixi img {width:100%;display:block;clear:both;margin:auto;}
.side ul li:hover .weixi {visibility:visible;opacity:1;}
.side ul li i.bgs3 {background-image:url(../img/right_pic2.png);}
.side ul li i.bgs4 {background-image:url(../img/right_pic1.png);}
.side ul li i.bgs5 {background-image:url(../img/right_pic3.png);}
.side ul li i.bgs6 {background-image:url(../img/right_pic6_on.png);}
.side ul li:hover i.bgs1 {background-image:url(../img/right_pic5_on.png);}
.side ul li:hover i.bgs2 {background-image:url(../img/right_pic1_on.png);}
.side ul li:hover i.bgs3 {background-image:url(../img/right_pic2_on.png);}
.side ul li:hover i.bgs4 {background-image:url(../img/right_pic1_on.png);}
.side ul li:hover i.bgs5 {background-image:url(../img/right_pic3_on.png);}
.side ul li .sidebox {position:absolute;width:78px;top:0;right:0;transition:all .3s;overflow:hidden;}
.side ul li.sidetop {background:#005bac;color:#fff;}
.side ul li.sidetop:hover {opacity:.8;filter:Alpha(opacity=80);}
.side ul li.sideewm .ewBox.son {width:238px;display:none;color:#363636;text-align:center;padding-top:235px;position:absolute;left:-240px;top:0;background-image:url(../img/wmiss.jpg);background-repeat:no-repeat;background-position:center center;border:1px solid #e0e0e0;}
.side ul li.sideewm .ewBox.son2 {width:238px;display:none;color:#363636;text-align:center;padding-top:235px;position:absolute;left:-240px;top:0;background-image:url(../img/code.png);background-repeat:no-repeat;background-position:center center;border:1px solid #e0e0e0;}
.side ul li.sideetel .telBox.son {width:240px;display:none;color:#fff;text-align:left;position:absolute;left:-240px;top:0;background:#512E90;}
.side ul li.sideetel .telBox dd {display:block;height:118.5px;overflow:hidden;padding-left:82px;line-height:24px;font-size:18px;}
.side ul li.sideetel .telBox dd span {display:block;line-height:28px;height:28px;overflow:hidden;margin-top:32px;font-size:18px;}
.side ul li.sideetel .telBox dd.bgs1 {background:url(../img/right_pic8.png) 28px center no-repeat;background-color:#512E90;}
.side ul li.sideetel .telBox dd.bgs2 {background:url(../img/right_pic9.png) 28px center no-repeat;}
.side ul li:hover .son {display:block!important;animation:fadein 1s;}
.side ul li:hover .son2 {display:block!important;animation:fadein 1s;}


.bat{overflow: hidden;position: relative;}
.bat img{display: block;width: 100%;}

.nyaboutbox{padding: 3% 0; overflow: hidden;}
.pro-left{ width: 20.3%; margin-right: 2.3%; overflow: hidden;}
.pro-left .kk{background: #f9f9f9; border: 1px solid #e5e5e5;}
.pro-left .tops{ text-align: center; background: #003f9e;; height: auto; line-height:70px;}
.pro-left .tops i{font-size: 30px;color: #fff;text-transform: uppercase; font-style: normal;}
.pro-left .sideMenu h6 a{ display: block; height: auto; line-height: 64px; padding: 0 40px 0 35px; font-size: 20px; color: #fff; box-sizing: border-box;}
.pro-left .sideMenu ul li a{ position: relative; display: block; height: auto; line-height:55px; background: #f9f9f9; font-size:15px; color: #333; padding-left: 5%; border-bottom: 1px solid #eee; box-sizing: border-box;}
.pro-left .sideMenu ul li a:hover{ color: #003f9e;}
.pro-left .sideMenu ul li a.hover{ color: #003f9e; font-weight: 600;}
.pro-left .sideMenu ul li a.hover:before{ top: 0; height: 50%; visibility: visible; transition: all .5s;}
.pro-left .sideMenu ul li a.hover:after{ bottom: 0; height: 50%; visibility: visible; transition: all .5s;}
.pro-left .sideMenu ul li a:before{ content: ""; left: 0; top: 50%; width: 2px; height: 1px; position: absolute; background: #003f9e;; visibility: hidden;}
.pro-left .sideMenu ul li a:hover:before{ top: 0; height: 50%; visibility: visible; transition: all .5s;}
.pro-left .sideMenu ul li a:after{ content: ""; left: 0; bottom: 50%; height: 1px; width: 2px; position: absolute; background: #003f9e;; visibility: hidden;}
.pro-left .sideMenu ul li a:hover:after{ bottom: 0; height: 50%; visibility: visible; transition: all .5s;}
.pro-left .sideMenu ul dl{ padding: 1% 0 0 7%;}
.pro-left .sideMenu ul dl:last-child{ padding-bottom: 1%; margin-bottom: 0; border-bottom: 1px solid #e5e5e5;}
.pro-left .sideMenu ul dl a{ font-size: 14px; color: #333; line-height:30px; border-bottom:none}
.pro-left .sideMenu ul dl a:hover{ color: #003f9e;;}
.pro-left .sideMenu ul li a:hover:after, .pro-left .sideMenu ul li a:hover:before{display: none;}
.pro-left .phone{ padding: 30px 0 35px; height: 120px;}
.pro-left .sideMenu ul ol{display: none;}

.ablxpne{overflow: hidden;padding:8%;background-color: #003f9e; box-sizing: border-box; margin-top:10%; text-align: center; }
.ablxpne p{font-size:22px;color: #fff; text-align: center; font-weight: 600; line-height: 50px; position: relative;}
.ablxpne p:after{width:32px;height: 2px;background: #fff;position: absolute;top:50%;left:18%;content: '';transform: translateY(-18%);}
.ablxpne p:before{width:32px;height: 2px;background: #fff;position: absolute;top:50%;right:18%;content: '';transform: translateY(-18%);}
.ablxpne b{font-size: 18px;color: #fff; text-align: center; font-weight: 600;}
.ablxpne .but_more{background: #fff; border-radius: 30px; padding: 8px; box-sizing: border-box; width: 100px; margin:20px auto 0}
.ablxpne:hover .but_more{background: #333; color: #fff;}
.ablxpne:hover .but_more a{color: #fff;}

.ny_right{ width:76%; float: right;}
.menuBox{height:auto;font-size:14px; overflow: hidden; color: #333;}
.menuBox img{display: inline-block; vertical-align: middle; margin-right: 5px; }
.menuBox a{color: #444;}
.menuBox p{font-size:14px; color: #777;}
.listMenu{font-size: 16px;}
.listMenu a{display:inline-block;position:relative;color:#555;margin-left:30px; }
.listMenu a:hover,.listMenu .cur{color:#003f9e;}
.listMenu a::after{content:"";position: absolute;left:0;bottom:0;background:#003f9e;width:0;height:2px;transition:all .5s;}
.listMenu .cur::after,.listMenu a:hover::after{width:100%;}
.pro_subMenu{text-align:center;font-size:.875rem;margin-bottom:30px;}
.pro_subMenu a{margin:0 10px;border:1px solid #ccc;height:36px;line-height:36px;display:inline-block;padding:0 15px;margin-bottom:5px;}
.pro_subMenu a:hover,.pro_subMenu .cur{background:#003f9e;border:1px solid #003f9e;color:#fff;}

@media all and (max-width:1024px) { 
    .menuBox {padding:0;height:auto;line-height:100%;text-align:center;} 
    .menuBox p{display: none;}
    .listMenu{width:100%; display: flex;flex-flow:row wrap;justify-content: space-between;overflow: hidden;padding-top:1px;padding-left:1px;background:#f5f5f5;margin-top:0;padding:0;line-height:45px;}
    .listMenu a{flex-grow:1;border:1px solid #ddd;margin:0;margin-left:-1px;margin-top:-1px;padding:0 20px;}
    .listMenu .cur{background:#003f9e;color:#fff;}
}

.nybox{width:100%; margin-top: 4%;}
.abtitle{font-size: 24px; color: #222; text-align: center; border-bottom: 1px solid rgba(0, 0, 0, 0.1); line-height: 48px; padding-bottom: 1%;}
.gsjjny{margin-top: 2%; font-size:15px; line-height:28px; color: #555;}
.gsjjny img{width: 100%; display: block;}

.ab-js-set3{margin-top: 2%; }
.ab-js-set3 h3{font-size: 32px;color: #333; margin-bottom: 35px;}
.ab-js-set3 ul{margin-right: -2%}
.ab-js-set3 li{width:23%; margin-right: 2%; float: left; background: #f5f5f5; padding-bottom: 160px; position: relative; cursor: pointer; margin-bottom: 20px}
.ab-js-set3 li .img{}
.ab-js-set3 li .img img{width: 100%; display: block;}
.ab-js-set3 li .text{position: absolute; width: 100%; left: 0; bottom: 0; height: 160px; box-sizing: border-box; padding: 20px 18px; transition: all 0.5s; -webkit-transition: all 0.5s; overflow: hidden;}
.ab-js-set3 li .text .bt{font-size: 20px;color: #333; margin-bottom: 6px; font-weight: 600;}
.ab-js-set3 li .text span{font-size: 14px;color: #666;}
.ab-js-set3 li .text p{font-size: 14px;color: #dbe8ec; opacity: 0; transition: all 0.5s; -webkit-transition: all 0.5s;}
.ab-js-set3 li:hover .text{background: #003f9e; height: 207px;}
.ab-js-set3 li:hover .text .bt{color: #fff;}
.ab-js-set3 li:hover .text span{color: #fff;}
.ab-js-set3 li:hover .text p{opacity: 1;}

.workshop{height:auto;overflow:hidden; margin-top: 2%;}
.workshop ul{list-style:none;overflow:hidden;margin-right:-3%;}
.workshop li{width:22%;height:auto;overflow:hidden;margin-right:3%;float:left;margin-bottom:3%}
.workshop li .hpic{border:1px solid #cdcdcd;height:auto;overflow:hidden; display: block; margin: auto;}
.workshop li a{display:block;width:100%;overflow:hidden;transition:all 0.3s}
.workshop li .hpic img{width:100%!important;overflow:hidden; display: block; height: 190px;}
.workshop li div:hover{border:1px solid #003f9e}
.workshop li a:hover{transform:scale(1.2,1.2);overflow:hidden}
.workshop li span{display:block;text-align:center;line-height:40px;color:#222;font-size:15px}

.honor{height:auto;overflow:hidden; margin-top: 2%;}
.honor ul{list-style:none;overflow:hidden;margin-right:-2%;}
.honor li{width:18%;height:auto;overflow:hidden;margin-right:2%;float:left;margin-bottom:3%}
.honor li .hpic{border:1px solid #cdcdcd;height:auto;overflow:hidden; display: block; margin: auto;}
.honor li a{display:block;width:100%;overflow:hidden;transition:all 0.3s}
.honor li .hpic img{width:100%!important;overflow:hidden; display: block;}
.honor li div:hover{border:1px solid #003f9e}
.honor li a:hover{transform:scale(1.2,1.2);overflow:hidden}
.honor li span{display:block;text-align:center;line-height:40px;color:#222;font-size:15px}

.workshop2{height:auto;overflow:hidden; margin-top: 2%;}
.workshop2 ul{list-style:none;overflow:hidden;margin-right:-3%;}
.workshop2 li{width:30.333%;height:auto;overflow:hidden;margin-right:3%;float:left;margin-bottom:3%}
.workshop2 li .hpic{border:1px solid #cdcdcd;height:auto;overflow:hidden; display: block; margin: auto;}
.workshop2 li a{display:block;width:100%;overflow:hidden;transition:all 0.3s}
.workshop2 li .hpic img{width:100%!important;overflow:hidden; display: block;}
.workshop2 li div:hover{border:1px solid #003f9e}
.workshop2 li a:hover{transform:scale(1.2,1.2);overflow:hidden}
.workshop2 li span{display:block;text-align:center;line-height:40px;color:#222;font-size:15px}

.about-history{margin-top: 2%;}
.about-history ul{}
.about-history li{border-top: 1px dashed #e1e4ec;font-size: 14px;color: #777;position: relative;list-style: none;overflow: hidden;}
.a-lis2{background-color: #f6f7fa;}
.a-border-fn{margin-top: 30px;height: 30px;line-height: 0;}
.about-history-year{width: 126px;font-size: 24px;line-height: 56px;color: #333;padding: 0 20px 0 24px;display: table-cell;border-right: 1px solid #e1e4ec;box-sizing: border-box;}
.about-history-year span{font-size: 13px;}
.about-history il{width: 11px;height: 11px;display: block;margin-top: -5px;position: absolute;top: 50%;left: 120px;background: url(../img/dot.png) no-repeat;}
.about-detail-cont{width: calc(100% - 138px);line-height: 28px;max-height: 56px;font-size: 15px;vertical-align: middle;display: table-cell;padding-left: 35px;}


.partner{height:auto;overflow:hidden; margin-top: 2%;}
.partner ul{list-style:none;overflow:hidden;margin-right:-2%}
.partner li{width:18%;height:auto;overflow:hidden;margin-right:2%;float:left;margin-bottom:2%}
.partner li .hpic{border:1px solid #cdcdcd;height:auto;overflow:hidden; display: block; margin: auto; }
.partner li a{display:block;width:100%;overflow:hidden;transition:all 0.3s}
.partner li .hpic img{width:100%!important;overflow:hidden; display: block; -webkit-transition: 0.5s;transition: 0.5s;}
.partner li:hover .hpic img{transform:scale(1.1);}
.partner li div:hover{border:1px solid #0052a5}
.partner li a:hover{transform:scale(1.2,1.2);overflow:hidden}
.partner li span{display:block;text-align:center;line-height:40px;color:#222;font-size:15px}

.cp-zl{}
.cp-zl ul{margin-right: -1%;}
.cp-zl ul li{ width:19%; text-align: center; margin: 0 1% 2% 0; float: left; padding: 1%; box-sizing: border-box;}
.cp-zl .cp-img{ width: 100%; overflow: hidden; line-height: 0;}
.cp-zl ul li .cp-img img{ width: 100%; transition: all .3s;}
.cp-zl ul li:hover .cp-img img{ transform: scale(1.1, 1.1);}
.cp-zl ul li .db-title{ width: 100%; height: auto; line-height: 50px; color:rgba(0, 0, 0, 0.8); font-size: 16px;}
.cp-zl ul li .db-title i{font-style: normal;}
.cp-zl ul li:hover .db-title{color: #0052a5;}
.cp-zl ul li:hover{top: -15px;
    box-shadow: rgb(37 85 243 / 20%) 0px 3px 18px 2px;
    transition: all .5s ease;}

.pro_right{width: 100%;height: auto;overflow: hidden;}
.productss{width:100%; overflow: hidden;}
.productss img{max-width: none !important;}
.promore_l{width:42%;float:left;}
/*Ã¥â€ºÂ¾Ã§â€°â€¡Ã¦â€Â¾Ã¥Â¤Â§Ã©â€¢Å“Ã¦Â Â·Ã¥Â¼Â*/.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{width:100%;border:1px solid #d6d6d6;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:100%;height:100%;background:#fff;border:1px solid #ccc;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#fff;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
/*Ã¥â€ºÂ¾Ã§â€°â€¡Ã¥Â°ÂÃ¥â€ºÂ¾Ã©Â¢â€žÃ¨Â§Ë†Ã¥Ë†â€”Ã¨Â¡Â¨*/.spec-preview{width:100%;height:100%;}
.spec-scroll{clear:both;margin-top:10px;width:100%;float:left;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;width:32px;height:32px;cursor:pointer;margin-top:5px;}
.spec-scroll .items{float:left;position:relative;width:80%;height:51px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;}
.spec-scroll .items ul li{float:left;width:66px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #d6d6d6;padding:2px;width:57px;height:44px;}
.spec-scroll .items ul li img:hover{border:2px solid #2a3843;padding:1px;}
.pros_right{width:55%;float:right;overflow:hidden;}
.pros_right_top{overflow:hidden;border-bottom:2px solid #e6e6e6;}
.pros_right_top .pbt{overflow:hidden;font-size:24px;color:#333;padding-bottom:10px;}
.pros_right_top .pwz{overflow:hidden;font-size:16px;color:#333;line-height:25px;padding-bottom:10px;}
.proleft{font-size:14px;line-height:30px;margin:2% 0; float: left; }
.proleft .bt{font-size: 16px; font-weight: 600; color: #003f9e;}
.proleft p{font-size:14px;line-height:25px;}
.prorights{font-size:14px;line-height:30px;margin:2% 0; width: 68%; float: left; }
.prorights .bt{font-size: 16px; font-weight: 600; color: #003f9e;}
.prorights p{font-size:14px;line-height:25px; width: 48%; float: left; margin-right: 2%;}


.pc-cx-tel-1{width: 100%;height: auto;border-top: 2px solid #e6e6e6;padding-top: 2%;overflow:hidden;margin-top:4%;}
.pc-cx-tel-1-t1{width: 28%;height: auto;background: #333;font-size: 18px;line-height: 44px;text-align: center;float: right;margin-top: 15px;}
.pc-cx-tel-1-t1 a{display: block;color: #fff;}
.pc-cx-tel-1-t2{height: auto;padding-left: 70px;background: url(../img/head-c-r1.png) no-repeat 0px center;font-size:20px;color: #454545;float:left;line-height:30px;}
.pc-cx-tel-1-t2 p{line-height: 24px;font-size: 18px}
.pbtn{margin-top:10px;overflow:hidden;}
.pbtn a{width:40%;line-height:50px;float:left;text-align:center;margin-right:3%; background: #0052a5;
    color: #fff; font-size:18px}
.pbtn i{font-family:"iconfont";position:relative;margin-right:5px;font-style:normal;line-height:1;top:0px;}
.pbtn i img{width:20px; vertical-align: middle;}
.pbtn a:hover{background:#ff963a;color:#fff;}
/* .pbtn a:nth-child(2){width:50%; background:#ff963a;} */

.proleft_btn{width:100%;float:left;margin-top:3%;}
.proleft_btn li{width:150px;float:left;margin-right:10px;}
.proleft_btn li a{width:150px;height:40px;float:left;line-height:40px;text-align:center;font-size:16px;background:#eee;display:block;color: #333722}
.proleft_btn li span{float:left;padding-right:20px;}
.proleft_btn li a:hover,.proleft_btn li a.on{background:#333;color:#fff;}
.tabs-basic{width:100%;margin:3% 0; overflow:hidden}
/* The tabs*/.tabs-basic ul{list-style:none;text-align:left;margin:0;padding:0;border-bottom:1px solid #e6e6e6;}
.tabs-basic ul li{display:inline-block;margin-bottom:-1px;font-size:18px;text-transform:uppercase;}
.tabs-basic a{display:block;text-decoration:none;background:#eee;border:1px solid transparent;padding:10px 20px;color: #333; border-radius:8px 8px 0 0; box-sizing: border-box;}
.tabs-basic .tab-active{color:#fff;background:#003f9e;}
/* The content*/.tabs-basic .tabs-content-placeholder{overflow:hidden;margin:auto;padding:20px 0;}
.tabs-basic .tabs-content-placeholder .div{display:none;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active{display:block;line-height:30px;font-size:14px;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table{border:1px solid #d6d6d6;line-height:24px;text-align:center;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table tr{padding-left:20px;}
.tabs-basic .tabs-content-placeholder .div p{line-height:30px;text-align:left;margin-top:10px;}
.tabs-basic .tabs-content-placeholder .div img{max-width:100%;margin:auto;display: block;clear: both;}
.tabs-basic table{border-collapse:collapse;border: 1px #e6e6e6 solid !important;width:100% !important;line-height:30px!important;}
.tabs-basic table td{padding:8px!important;padding-left:12px !important;word-wrap:break-word;word-break:break-all;border:1px #e6e6e6 solid !important;line-height:30px!important;}
.tabs-basic table td div{padding:0px!important;height:auto!important;}
.hot_pro2{width:100%;float:left;margin-top:5%;}
.hot_pro2_tit{width:100%;height:45px;background:#f1f1f1;color:#333;line-height:45px;font-size:16px;padding:0 20px;font-weight:bold;border:1px solid #d6d6d6;box-sizing: border-box;}
.scrollleft2{width:100%;float:left;margin-top:20px;margin-bottom: 30px;}
.scrollleft2 li{width:200px;float:left;margin-right:20px;overflow:hidden;}
.scrollleft2 li img{width:99%;display:block;border:1px solid #e6e6e6;}
.scrollleft2 li img:hover{border:1px solid #003f9e;}
.scrollleft2 li a{color: #333}
.scrollleft2 li span{display:block;width:100%;line-height:30px;margin-top:10px;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;}
.fanhui{float:right;width:126px;margin:0 auto;position:relative;height:1px;}
.fanhui a{position:absolute;z-index:2;width:125px;height:42px;line-height:42px;top:25px;right:0;text-align:center;background:#003f9e;font-size:16px;color:#fff;display:inline-block;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.fanhui a:hover{color:#fff;font-size:16px;font-weight:100;text-decoration:underline;}
.PreveNext{border-top:1px #DEDEDE solid;margin:0px auto;width:100%;height:70px;padding-top:10px;padding-bottom:10px;clear:both;overflow:hidden;}
.PreveNext ul{float:left;}
.PreveNext li{width:100%;float:left;line-height:32px;text-align:left; font-size: 15px;}

#feedback{margin-top:0.2rem}
.select{position:relative;z-index:1}
.select>div{position:absolute;z-index:1;left:0;right:0;top:100%;background:#fff;border:1px solid #ebebeb;background:var(--grey_bg);margin:0;padding:0.5rem 0}
.feedback .select>a,.feedback input,.feedback select{display:block;outline:none;margin-bottom:2%;width:100%;padding:0px 6%;font-size:16px;line-height:45px;color:#666;border:none;background:#FFF;border:1px solid rgba(0,0,0,.1);transition:all .4s; box-sizing: border-box;}
.select>div a{color:var(--text);line-height:2em}
.select>div a.disabled{opacity:0.5}
.select>div a:hover{color:var(--colour1);background:#fff}
.feedback-box{background: #f5f5f5; padding: 3% ; box-sizing: border-box;}
.feedback-box .title{font-size:28px;font-weight: bold; color:#003f9e; text-align: center;}
.feedback-box p{margin-bottom: 2%; text-align: center; font-size: 16px;}
.feedback select{appearance:none}
.feedback .label input{display:none}
.field-name-prefix-item{display:inline-block}
.field-name-prefix-item label{display:block;margin-bottom:18px;line-height:40px;text-align:center;width:126px;cursor:pointer;background:#FFF;transition:color .15s,background .15s}
.field-name-prefix-item input[type=radio]:checked+label{color:#fff;background:var(--colour1)}
.form-control{border:1px solid #ebebeb;line-height:44px;height:44px;width:100%;padding:0px 15px;margin:10px 0px;border-radius:none;box-shadow:0}
.feedback textarea{border:none;font-size:16px;line-height:24px;width:100%;height:160px;padding:15px;margin:10px 0px;outline:none;box-shadow:none;overflow-x:hidden;background:#FFF;border:1px solid rgba(0,0,0,.1); box-sizing: border-box;}
.choice-privacy{margin-bottom:20px}
.choice-privacy input{margin-bottom:3px;margin-right:6px;display:inline-block;width:16px;height:16px;vertical-align:middle}
.choice-privacy input[type=radio]:checked~label{background:var(--colour1)}
.choice-privacy label a{color:#666;text-decoration:underline}
.choice-privacy label a:hover{color:var(--colour1);text-decoration:underline}
.feedback .submit{display: inline-block;
    padding: 0px 8%;
    background: #003f9e;
    font-size:16px;
    line-height:48px;
    color: #fff;
    margin: 15px 0px;
    border-radius:4px;
    transition: all .3s;}
.feedback .submit:hover{background:#333}
.feedback .submit span{display:inline-block;font-size:20px;line-height:inherit;color:#fff !important;vertical-align:bottom}

.col-md-6{width:48%; float:left; margin-right:2%;}
.col-md-12{-ms-flex:0 0 100%;flex:0 0 98%;max-width:100%}
#feedback .row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-2%;}

.hotproduct{margin-top: 4%;}
.hotproduct ul{margin-right: -2%; margin-top: 3%;}
.hotproduct li{border: 2px solid #ccc; padding: 1%; box-sizing: border-box; width: 23%; margin-right: 2%; margin-bottom: 2%; text-align:center; float: left;}
.hotproduct li .htimg{overflow: hidden;}
.hotproduct li .htimg img{width: 100%; display: block;  transition: all .3s;}
.hotproduct li .htpwz{font-size:15px;padding:10px 0 0; color:#222;}
.hotproduct li:hover .htimg img{ transform: scale(1.1, 1.1);}


.p102-info-list {border:1px solid #e3e3e3;border-bottom:0;margin-bottom:3%;}
.p102-info-list dl {border-bottom:1px solid #e3e3e3;padding:2%; box-sizing: border-box; overflow: hidden;}
.p102-info-list dt {width:25%; float: left;}
.p102-info-list dt a,.p102-info-list dt img {display:block;width:100%;}
.p102-info-list dd {float: right; width: 73%;}
.p102-info-list dd .nnbt {height:40px;line-height:40px;font-weight:normal;margin-bottom:5px;}
.p102-info-list dd .nnbt a {display:inline-block;max-width:100%;height:40px;font-size:22px;color:#333333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.p102-info-list .p102-info-list-desc {font-size:14px;line-height:26px;color:#666666;text-align:justify;display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.p102-info-list-more {padding-top:22px;}
.p102-info-list-more a {display:block;width:98px;height:34px;line-height:34px;font-size:14px;color:#003f9e;text-align:center;border:1px solid #003f9e;position:relative;}
.p102-info-list-more a:before {content:'';position:absolute;border-top:9px solid transparent;border-bottom:9px solid transparent;border-left:10px solid #fff;left:-1px;top:50%;margin-top:-9px;z-index:1;}
.p102-info-list-more a:after {content:'';position:absolute;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:7px solid #003f9e;left:-1px;top:50%;margin-top:-5px;z-index:2;}
.p102-info-list dl:hover {box-shadow:5px 5px 10px #ededed,-5px -5px 10px #ededed;}
.p102-info-list dl:hover dd .nnbt a {color:#003f9e;}
.p102-info-list dl:hover .p102-info-list-more a {background:#003f9e;color:#fff;}
.p102-info-list dl:hover .p102-info-list-more a:before {border-left:10px solid #003f9e;}
.p102-info-list dl:hover .p102-info-list-more a:after {border-left:7px solid #fff;}


.about_x2.bgs2{overflow:hidden;}
.about_x2.bgs2 .lnny{width:68%; float:left; overflow: hidden;}
.about_x2.bgs2 .rnny{width:28%; float:right; overflow: hidden;}
.about_x2.bgs2.bgs3 .con_id{ padding-top:0;}
.about_x2.bgs2 .show_t{ text-align:center;line-height:32px; font-size:28px; color:#003f9e ;margin-bottom:16px; margin-top:12px; font-weight:400;}
.about_x2.bgs2 .con_line{ text-align:center; line-height:35px; font-size:15px; border-bottom:1px solid #eee; padding-bottom:10px;}
.about_x2.bgs2 .con_line span{ margin-left:2%; margin-right:2%;}
.about_x2.bgs2 .con_line span i{ color:#222; font-style:normal;}
.about_x2.bgs2 .con_id{ line-height:28px;overflow:hidden;white-space:normal;word-break:break-all; padding:3% 0;font-size:16px; color:#444;text-align:left;}
.about_x2.bgs2 .con_id img{max-width:100%; display:block; margin:auto; border-radius: 24px;}
.about_x2.bgs2 .con_id .h2{ font-size:16px; line-height:24px; margin-bottom:5px;}
.about_x2.bgs2 .con_id b{ display:block; padding-top:1%;padding-bottom:1%; overflow:hidden;}

.related-product{overflow:hidden;}
.related-product .title,.relatedTitle{background:#e7e7e7;height:auto;line-height:45px;}
.related-product .title span,.relatedTitle span{display:inline-block;color:#fff;background:#003f9e;text-align:center;font-size:16px;font-weight:bold; padding:0 1.5%;}
.relatedNews{margin:3% 0 ;overflow:hidden}
.relatedNews_font{font-size:14px;margin-top:15px;}
.relatedNews_font ul{margin-right:-3%}
.relatedNews_font ul li{float:left;margin-right:3%;width:47%;;line-height:40px;border-bottom:1px dotted #ddd;line-height:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.relatedNews_font ul li a{background:url(../img/ly_li.png) no-repeat left center;padding-left:10px;color:#666}
.relatedNews_font ul li a:hover{color:#003f9e}
.relatedNews_font ul li span{float:right;color:#999;margin-left:30px;}


/* 内页人才招聘部分*/
.inner_content{width:100%;overflow: hidden; padding: 3% 0; box-sizing: border-box;}
.jobctit{background:#003f9e; line-height:70px; font-size:18px; color:#fff; margin-top:0px;}
.jobctit span{display:inline-block; width:18%; text-align:center;}
.job-content{width:100%; background:#fff; margin-top: 3%;}
.job-content dl{width:100%; float:left;}
.job-content dl dt{line-height:62px; cursor:pointer; border-bottom:1px solid #d4d4d4; font-size:16px; display:block; overflow:hidden;}
.job-content span.job_cls{width:6%;}
.job-content dl dt .down{width:11px;height:60px;background:url(../img/dl.png) no-repeat center;display:block; margin:auto;}
.job-content dl dt.cur .down{background:url(../img/dlon.png) no-repeat center;}
.job-content dl dt span{width:18.3%; float:left; text-align:center; color:#333;}
.job-content dl dd{background:#f8f8f8;padding:25px;line-height:30px; font-size:15px; overflow:hidden;}
.job-content dl dd p{color:#666; margin-top:10px;}
.job-content dl dd p span{font-weight:bold; color:#003f9e; font-size:18px;}
.job-content dl dd .cont{width:100%; border-top:1px solid #e6e6e6; padding:10px 0 20px; margin:20px 0;}
.job-content dl dd .cont li{float:left; margin-right:3%; padding-left:30px;}
.job-content dl dd .cont li:nth-child(1){background:url(../img/dianhua.png) left no-repeat; background-size:25px 25px;}
.job-content dl dd .cont li:nth-child(2){background:url(../img/dingwei.png) left no-repeat; background-size:25px 25px;}
.job-content dl dd .cont li:nth-child(3){background:url(../img/youxiang.png) left no-repeat; background-size:25px 25px; margin-right:0;}



.ny_lx{display: flex;justify-content: space-between; margin-top:2%;}
.ny_lx .txt{width: 35%;border: 1px solid #efefef;padding: 20px; box-sizing: border-box; background: #f8f8f8;}
.ny_lx .txt .btyw{font-size: 24px;line-height: 24px;color: #333;padding-bottom: 15px;font-weight: 100;}
.ny_lx .txt .bt{font-size: 42px;line-height: 42px;color: #333;}
.ny_lx .txt .nr{font-size: 16px;line-height: 36px;color: #666;margin-top: 20px;}
.ny_lx .txt .nr ul li{font-size: 17px;line-height: 30px;color: #333;display: flex;border-bottom: 1px solid #ddd;padding: 2.9% 0;}
.ny_lx .txt .nr ul li i,.ny_lx .txt .nr ul li em{width: 60px; font-size: 36px;line-height: 36px;color: #003f9e;text-align: center;}
.ny_lx .txt .nr ul li p{flex:1;width: 100%;}
.ny_lx .txt .nr ul li p span{font-weight: bold;}
.ny_lx .dt{width: 62%;border: 1px solid #efefef;overflow: hidden;}
.map{width:100%; overflow:hidden;}
.map img{width: 100%; display: block;}
.map #map_container{height:550px;border:5px solid #fff; font-size:15px; font-weight:normal;color:#000;}



.right-col {overflow:hidden;transform:translateY(0);transition:transform 0.4s ease;}
.right-col:hover {transform:translateY(-5px);}
.news-list {list-style:none;}
.news-item {border-bottom:1px solid #eaeaea;transition:all 0.4s cubic-bezier(0.175,0.885,0.32,1.275);transform:translateY(0) scale(1);opacity:1; background: #eaeaea; padding: 3%; box-sizing: border-box; margin-bottom: 2%;}
.news-item:last-child {border-bottom:none;}
.news-item:hover {transform:translateY(-8px) scale(1.01);box-shadow:0 3px 9px rgba(0,0,0,0.15);z-index:2;border-bottom:1px solid transparent;}
.news-item a {display:flex;text-decoration:none;color:inherit;transition:all 0.4s ease;position:relative;overflow:hidden;}
.news-item a:before {content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(52,152,219,0.1),transparent);transition:all 0.6s ease;}
.news-item a:hover:before {left:100%;}
.news-item a:hover {padding-left:35px;}
.date {display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:110px;margin-right:30px;color:#333;padding:18px 12px;text-align:center;line-height:1.4;transition:all 0.4s cubic-bezier(0.175,0.885,0.32,1.275);transform:scale(1);}
.news-item:hover .date {transform:scale(1.1) rotate(3deg);}
.date em {font-size:24px;font-weight:700;font-style:normal;margin-top:8px;transition:transform 0.3s ease;}
.news-item:hover .date em {transform:scale(1.2);}
.news-text {flex:1;transition:transform 0.3s ease;}
.news-item:hover .news-text {transform:translateX(10px);}
.nybt {font-size:1.5rem;font-weight:700;color:#2c3e50;margin-bottom:15px;transition:all 0.3s ease;display:inline-block;}
.news-item:hover .nybt {color:#003f9e;transform:translateX(5px);text-shadow:2px 2px 8px rgba(52,152,219,0.2);}
.news-text p {color:#666;line-height:1.6;transition:all 0.3s ease; font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.news-item:hover .news-text p {color:#444;transform:translateX(5px); }
.tags {display:flex;margin-top:20px;gap:12px;opacity:0;transform:translateY(10px);transition:all 0.4s ease;}
.news-item:hover .tags {opacity:1;transform:translateY(0);}
.tag {background:#eaf2f8;color:#003f9e;padding:8px 16px;border-radius:25px;font-size:0.9rem;font-weight:500;transition:all 0.3s ease;cursor:pointer;box-shadow:0 3px 8px rgba(52,152,219,0.2);}
.tag:hover {transform:translateY(-3px) scale(1.05);box-shadow:0 5px 15px rgba(52,152,219,0.3);background:#003f9e;color:white;}
.read-more {display:inline-block;margin-top:15px;color:#003f9e;font-weight:600;opacity:0;transform:translateX(-20px);transition:all 0.4s ease;}
.news-item:hover .read-more {opacity:1;transform:translateX(0);}
.read-more i {margin-left:8px;transition:transform 0.3s ease;}
.read-more:hover i {transform:translateX(5px);}